バージョン

GetProperties(ITypeDescriptorContext,Object,Attribute[]) メソッド

オブジェクトのプロパティのPropertyDescriptorを返します。
シンタックス
'宣言
 
Public Overloads Overrides Function GetProperties( _
   ByVal context As ITypeDescriptorContext, _
   ByVal value As Object, _
   ByVal attributes() As Attribute _
) As PropertyDescriptorCollection
public override PropertyDescriptorCollection GetProperties( 
   ITypeDescriptorContext context,
   object value,
   Attribute[] attributes
)

パラメータ

context
Context
value
プロパティが提供される値。
attributes
属性の配列

戻り値の型

コレクション内の DockablePaneBase インスタンスのプロパティ記述子のコレクション
参照